home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Learning Director.dcr / Internal_5_SS_LessonBody.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  224 b   |  17 lines

  1. on exitFrame
  2.   if GG(#gPaused) then
  3.     go(the frame)
  4.     if soundBusy(1) then
  5.       sound stop 1
  6.     else
  7.       if soundBusy(2) then
  8.         sound stop 2
  9.       end if
  10.     end if
  11.   end if
  12. end
  13.  
  14. on mouseDown
  15.   MD.Lesson()
  16. end
  17.